-
Re: WOFF support in different browsers
Unfortunately we can never be sure. It's very well possible to have an old Android 2.2 phone connected to a hyperfast 54 Mbps wifi network, or the latest high-end Macbook to a super unstable GPRS net…4 -
Re: WOFF support in different browsers
If you click the "Show all" button it'll show you older versions of browsers, and you'll see for instance that IE8 and older Android don't support WOFF. It'd be up to you to decide if you w…4 -
Re: SVG monochrome fonts.
@gluk Further investigated the Firefox crash, turns out it's caused by inlining or iframing the SVG itself when it has a style="fill:context-fill" on a shape. The glyph itself is okay! Here…1 -
Re: SVG monochrome fonts.
SVG glyphs can have their color values embedded in the SVG itself, or take it from the CPAL table. The type designer can allow values in the CPAL table to be overwritten by CSS. So you could do this:…1 -
Re: Detect Opentype Features of a font file via Browser
Opentype.js parses the GSUB table, but not GPOS. There's talk about supporting it though. Fontkit doesn't seem to be able to dump GSUB/GPOS for own inspection, but it can dump a list of a font's feat…5